home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / MATHVIEW.ZIP / STARTUP.M < prev    next >
Text File  |  1994-01-23  |  165b  |  9 lines

  1. %_loadlib
  2. % Set MathViews path (_MVPATH) and call startup1.m
  3.  
  4. _MVPATH = '.';
  5. disp('please edit startup.m to point _MVPATH at your script files');
  6.  
  7. startup1
  8.  
  9.